home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_102561.txt < prev    next >
Text File  |  1990-08-14  |  6KB  |  343 lines

  1. -- card: 102561 from stack: in
  2. -- bmap block id: 102759
  3. -- flags: 4000
  4. -- background id: 19276
  5. -- name: Templates
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global buttonNumber
  9.   put char 1 to 3 of the long date & "," & item 2 to 3 of the abbrev date into background field date
  10.   set hilite of background button buttonNumber to false
  11. end openCard
  12.  
  13. on closeCard
  14.   global buttonNumber
  15.   set hilite of background button buttonNumber to true
  16.   repeat with index = 4 to 12
  17.     set hilite of button id index to false
  18.   end repeat
  19.   set hilite of button id 4 to true
  20. end closeCard
  21.  
  22. on groupTwo
  23.   if not hilite of target then
  24.     repeat with index = 4 to 12
  25.       set hilite of button id index to false
  26.     end repeat
  27.     set hilite of target to true
  28.   else
  29.     lock screen
  30.     go to card short name of target
  31.     unlock screen
  32.   end if
  33. end groupTwo
  34.  
  35.  
  36. -- part 1 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=0 top=0 right=342 bottom=512
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48.  
  49.  
  50. -- part 2 (button)
  51. -- low flags: 00
  52. -- high flags: 2000
  53. -- rect: left=339 top=192 right=208 bottom=417
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Open
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   lock screen
  65.   put 4 into index
  66.   repeat until hilite of card button id index
  67.     add 1 to index
  68.   end repeat
  69.   go to card short name of card button id index of this background
  70.   unlock screen
  71. end mouseUp
  72.  
  73.  
  74.  
  75. -- part 3 (button)
  76. -- low flags: 00
  77. -- high flags: 2000
  78. -- rect: left=339 top=217 right=233 bottom=417
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 0 / 0
  81. -- text alignment: 1
  82. -- font id: 0
  83. -- text size: 12
  84. -- style flags: 0
  85. -- line height: 16
  86. -- part name: Cnacel
  87. ----- HyperTalk script -----
  88. on mouseUp
  89.   lock screen
  90.   pop card
  91.   unlock screen
  92. end mouseUp
  93.  
  94.  
  95.  
  96. -- part 4 (button)
  97. -- low flags: 00
  98. -- high flags: 4000
  99. -- rect: left=95 top=93 right=109 bottom=296
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: Attendance Report
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   groupTwo
  111. end mouseUp
  112.  
  113.  
  114.  
  115. -- part 5 (button)
  116. -- low flags: 00
  117. -- high flags: 0000
  118. -- rect: left=95 top=109 right=125 bottom=296
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: Letter
  127. ----- HyperTalk script -----
  128. on mouseUp
  129.   groupTwo
  130. end mouseUp
  131.  
  132.  
  133.  
  134. -- part 6 (button)
  135. -- low flags: 00
  136. -- high flags: 0000
  137. -- rect: left=95 top=125 right=141 bottom=296
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 0 / 0
  140. -- text alignment: 1
  141. -- font id: 0
  142. -- text size: 12
  143. -- style flags: 0
  144. -- line height: 16
  145. -- part name: Report Card
  146. ----- HyperTalk script -----
  147. on mouseUp
  148.   groupTwo
  149. end mouseUp
  150.  
  151.  
  152.  
  153. -- part 7 (button)
  154. -- low flags: 00
  155. -- high flags: 0000
  156. -- rect: left=95 top=141 right=157 bottom=296
  157. -- title width / last selected line: 0
  158. -- icon id / first selected line: 0 / 0
  159. -- text alignment: 1
  160. -- font id: 0
  161. -- text size: 12
  162. -- style flags: 0
  163. -- line height: 16
  164. -- part name: 
  165.  
  166.  
  167. -- part 8 (button)
  168. -- low flags: 00
  169. -- high flags: 0000
  170. -- rect: left=95 top=157 right=173 bottom=296
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 0 / 0
  173. -- text alignment: 1
  174. -- font id: 0
  175. -- text size: 12
  176. -- style flags: 0
  177. -- line height: 16
  178. -- part name: 
  179.  
  180.  
  181. -- part 9 (button)
  182. -- low flags: 00
  183. -- high flags: 0000
  184. -- rect: left=95 top=173 right=189 bottom=296
  185. -- title width / last selected line: 0
  186. -- icon id / first selected line: 0 / 0
  187. -- text alignment: 1
  188. -- font id: 0
  189. -- text size: 12
  190. -- style flags: 0
  191. -- line height: 16
  192. -- part name: 
  193.  
  194.  
  195. -- part 10 (button)
  196. -- low flags: 00
  197. -- high flags: 0000
  198. -- rect: left=95 top=189 right=205 bottom=296
  199. -- title width / last selected line: 0
  200. -- icon id / first selected line: 0 / 0
  201. -- text alignment: 1
  202. -- font id: 0
  203. -- text size: 12
  204. -- style flags: 0
  205. -- line height: 16
  206. -- part name: 
  207.  
  208.  
  209. -- part 11 (button)
  210. -- low flags: 00
  211. -- high flags: 0000
  212. -- rect: left=95 top=205 right=221 bottom=296
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 0 / 0
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: 
  221.  
  222.  
  223. -- part 12 (button)
  224. -- low flags: 00
  225. -- high flags: 0000
  226. -- rect: left=95 top=221 right=237 bottom=296
  227. -- title width / last selected line: 0
  228. -- icon id / first selected line: 0 / 0
  229. -- text alignment: 1
  230. -- font id: 0
  231. -- text size: 12
  232. -- style flags: 0
  233. -- line height: 16
  234. -- part name: 
  235.  
  236.  
  237. -- part contents for background part 1
  238. ----- text -----
  239. 99 Students
  240.  
  241. -- part contents for background part 3
  242. ----- text -----
  243. 47
  244. 80
  245. 53
  246. 54
  247. 52
  248. 102
  249. 48
  250. 13
  251. 94
  252. 93
  253. 103
  254. 104
  255. 44
  256.  
  257.  
  258.  
  259.  
  260.  
  261. -- part contents for background part 4
  262. ----- text -----
  263. Abrosimoff, Michael John
  264. Adams, Bryan
  265. Alexander, Rick
  266. Alexander, Susan
  267. Allsop, Blair M.
  268. Azimov, Isaac
  269. Barisoff, Larissa
  270. Bunyan, Paul
  271. Burnyeat, Grant
  272. Caldwell, Brian
  273. Chalk, Patricia
  274. Collins, Bob
  275. Conkin, Elizabeth
  276.  
  277. -- part contents for background part 5
  278. ----- text -----
  279. 112
  280. 112
  281. 112
  282. 112
  283. 112
  284. N/A
  285. 112
  286. 112
  287. 112
  288. 112
  289. N/A
  290. N/A
  291. 112
  292.  
  293. -- part contents for background part 6
  294. ----- text -----
  295. 12
  296. 12
  297. 12
  298. 12
  299. 12
  300. 11
  301. 12
  302. 12
  303. 12
  304. 12
  305. 11
  306. 11
  307. 12
  308.  
  309. -- part contents for background part 7
  310. ----- text -----
  311. 0.000
  312. 0.000
  313. 0.000
  314. 0.000
  315. 0.000
  316. 1.000
  317. 0.000
  318. 0.000
  319. 0.000
  320. 0.000
  321. 0.000
  322. 0.000
  323. 0.000
  324.  
  325. -- part contents for background part 8
  326. ----- text -----
  327. 1
  328. 1
  329. 1
  330. 1
  331. 1
  332. 1
  333. 1
  334. 1
  335. 1
  336. 1
  337. 7
  338. 7
  339. 1
  340.  
  341. -- part contents for background part 2
  342. ----- text -----
  343. Mon, Aug 28, 1989